github.com/go-faster/jx.Writer.stream (field)

24 uses

	github.com/go-faster/jx (current package)
		enc_stream.go#L21: 			stream: newStreamState(w),
		w.go#L13: 	stream *streamState
		w.go#L18: 	if w.stream != nil {
		w.go#L21: 				return 0, w.stream.writeErr
		w.go#L24: 		return w.stream.writer.Write(p)
		w.go#L32: 	if w.stream != nil {
		w.go#L41: 	w.stream.mustNotBeStreaming()
		w.go#L50: 	w.stream = nil
		w.go#L56: 	if w.stream == nil {
		w.go#L57: 		w.stream = newStreamState(out)
		w.go#L59: 	w.stream.Reset(out)
		w.go#L73: 	if w.stream != nil {
		w.go#L74: 		w.Buf, fail = w.stream.flush(w.Buf)
		w.go#L84: 	if w.stream == nil {
		w.go#L92: 	if w.stream == nil {
		w_b64.go#L23: 	case w.stream == nil || len(w.Buf)+encodedLen <= cap(w.Buf):
		w_b64.go#L28: 		s := w.stream
		w_float_bits.go#L23: 	switch s := w.stream; {
		w_stream.go#L13: 	if w.stream == nil {
		w_stream.go#L16: 	_, fail := w.stream.flush(w.Buf)
		w_stream.go#L18: 		return w.stream.writeErr
		w_stream.go#L79: 	if w.stream == nil {
		w_stream.go#L87: 	if w.stream.fail() {
		w_stream.go#L93: 		w.Buf, fail = w.stream.flush(w.Buf)